object frmFirewallSystemAnomaly: TfrmFirewallSystemAnomaly Left = 0 Top = 0 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'frmFirewallSystemAnomaly' ClientHeight = 356 ClientWidth = 518 Color = clWhite Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = False Position = poOwnerFormCenter OnCreate = FormCreate OnDestroy = FormDestroy OnHelp = FormHelp DesignSize = ( 518 356) PixelsPerInch = 96 TextHeight = 14 object pnlMainParent: TPanel Left = 0 Top = 0 Width = 518 Height = 356 Anchors = [akLeft, akTop, akRight, akBottom] BevelOuter = bvNone ParentColor = True ParentShowHint = False ShowHint = True TabOrder = 0 DesignSize = ( 518 356) object btnOK: TResTeButton Left = 417 Top = 328 Width = 99 Height = 25 Anchors = [akRight, akBottom] Default = True ModalResult = 1 TabOrder = 0 ResourceCaption = 20018 ResourceHint = 20018 ExplicitTop = 331 end object lvwApplications: TListView Left = 2 Top = 2 Width = 514 Height = 323 Anchors = [akLeft, akTop, akRight, akBottom] BevelOuter = bvNone Color = clWhite Columns = < item Caption = 'application' MaxWidth = 120 MinWidth = 120 Width = 120 end item Caption = 'mode' MaxWidth = 80 MinWidth = 80 Width = 80 end item Caption = 'training from' MaxWidth = 140 MinWidth = 140 Width = 140 end item Caption = 'cpu M1' MaxWidth = 80 MinWidth = 80 Width = 80 end item Caption = 'cpu M5' MaxWidth = 80 MinWidth = 80 Width = 80 end item Caption = 'cpu M15' MaxWidth = 80 MinWidth = 80 Width = 80 end item Caption = 'threads M1' end item Caption = 'threads M5' end item Caption = 'threads M15' end item Caption = 'intervals' MaxWidth = 80 MinWidth = 80 Width = 80 end> GridLines = True HideSelection = False ReadOnly = True RowSelect = True TabOrder = 1 ViewStyle = vsReport OnColumnClick = lvwApplicationsColumnClick OnCompare = lvwApplicationsCompare end end object ThemeForm: TTeForm2 ThemeObject = 'StandardDialog' Left = 8 Top = 336 end end